home *** CD-ROM | disk | FTP | other *** search
- object Form2: TForm2
- Left = 200
- Top = 97
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Save datas ?'
- ClientHeight = 87
- ClientWidth = 302
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 15
- Top = 12
- Width = 273
- Height = 33
- Caption =
- 'The data you entered are not saved yet! Do you want to save the' +
- 'm before exit ?'
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object BitBtn1: TBitBtn
- Left = 66
- Top = 52
- Width = 81
- Height = 29
- Caption = '&Yes'
- TabOrder = 0
- Kind = bkYes
- end
- object BitBtn3: TBitBtn
- Left = 154
- Top = 52
- Width = 81
- Height = 29
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = BitBtn3Click
- Kind = bkCancel
- end
- end
-